home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0113.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  905 b   |  20 lines

  1.  
  2. Ok folks, maybe I should have stated it, but I'm not an idiot.  :)
  3.  
  4. The problem with Set Buffer I was having was that all the time when TESTING
  5. the program I'd get Out Of Variable Space messages, and I'd have to increase
  6. the Set Buffer command for the program to run.  But when I did a Print Free
  7. (to print the available Variable Buffer) in the program I had nearly 50 k of
  8. unused Variable Buffer.
  9.  
  10. I called Aaron Fothergill, he was the only one who could help me.  Amos uses
  11. the Variable Buffer to store and compute the Names of Labels and Variables,
  12. so it needs an extremely huge Set Buffer to let it TEST out OK.  BUT, Amos
  13. does NOT need all that extra Var Buffer when COMPILING.  The answer is to
  14. make a copy of the Amos Program Source, BLoad it in, and fiddle the Value
  15. after the Set Buffer TOKEN down a ways, then BSave that out and compile.
  16.  
  17. Seumas @ Dark Unicorn Productions
  18. (sfmcnally@bix.com)
  19.  
  20.